Remove source file comments using IntelliJ You can use the “Replace” (or “Replace in Path” if you want to remove comments in multiple files) in the regular expression mode and then use this regular expression in the “Text to find” field: (/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/|[ \t]*//.*) and replace it with an empty string. Then...
[Read More]
MySql DataTypes
MySql DataTypes
Numeric type
Integer Types
[Read More]
Laravel Helper
Create Helper in laravel
Laravel Helper
[Read More]
Initialize laravel
Start in laravel
Initialize laravel
[Read More]
Tooltip set
Tooltip set with bootstrap tooltip
Tooltip set
For view tooltip in any place and any state
for any tag that it have the attribute tag:
[Read More]
get URL hash
get hash of URL in javascript
get hash of URL in javascript
[Read More]
sample of jqueryTmpl
simple sample of jquery template
simple sample of jquery template
```javascript
var markup =
“<li>44 ${id}” +
“@s@ (${title})</li>”;
[Read More]
Setting Intellij
Useful setting for Intellij
Useful setting for Intellij
1
In Editor > Code Style > PHP
All blank lines set to 1
In Other tab, set Align key-value to true
Set Up mod_rewrite
How To Set Up mod_rewrite for Apache
How To Set Up mod_rewrite for Apache
[Read More]
Report Generator
Report generator for Laravel
Best repositories for report in laravel (So in my search result)
[Read More]
Set Up mod_rewrite
How To Set Up mod_rewrite for Apache
How To Set Up mod_rewrite for Apache
[Read More]
Check Enable User
Check user enable in laravel 5.4
in app/Http/Controllers/Auth/LoginController.php over this method:
[Read More]